home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-03-01 | 664 b | 26 lines | [TEXT/KAHL] |
- /*
- *
- * prototypes.c
- *
- * This file defines non-short-returning functions that are called
- * externally from different files in this program. This is a
- * completely bogus way of defining these functions, but because
- * of time constraints, it was done this way.
- *
- *
- * Author: Rob Johnston
- * Date: Thursday, January 16, 1992
- *
- * Copyright © 1992 Apple Computer, Inc.
- *
- */
-
-
- Document *NewDocument();
- Document *IsDocumentWindow(WindowPtr theWindow);
-
- void DocumentHighlightProc();
- pascal void DocumentClickLoop();
- pascal void ScrollProc(ControlHandle theControl, short theCode);
-
- short DoActivateDocument(Document *theDocument, short activate);